pageRanges

abstract fun pageRanges(pageRanges: Set<PageRange>): T
abstract fun pageRanges(pageRanges: Array<PageRange>): T

Configures the page ranges to print.

Return

this instance

Parameters

pageRanges

the new page ranges

Throws

if the current printing operation has been completed


abstract fun pageRanges(): Set<PageRange>

Returns an immutable set containing the page ranges to print.

Throws

if the current printing operation has been completed